home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #2 / Amiga Plus CD - 1999 - No. 2.iso / Anwender / Grafik / MaVi / Sets / Quicktime.set < prev    next >
Text File  |  1998-04-21  |  2KB  |  56 lines

  1. // comments are now possible too
  2. Group.mui,
  3.     MUIA_Group_Horiz,TRUE,
  4.     MUIA_Group_Spacing,0,
  5.     Child,mavi/mui/0145_mutebutton.mcc,
  6.         PDA_DTPic_RegName,"Loud", // name of the unselected image
  7.         PDA_DTPic_AltRegName,"Mute", // name of the selected one
  8.         MUIA_Frame,MUIV_Frame_Button,
  9.         MUIA_InputMode,MUIV_InputMode_Toggle,
  10.         PDA_Descriptor_Text,"Mute",
  11.         MUIA_FixWidth,12,
  12.     End,
  13.     
  14.     Child,mavi/mui/0145_controllerbutton.mcc,
  15.         MUIA_ShortHelp,"Start/Pause playing",
  16.         MUIA_Frame,MUIV_Frame_Button,
  17.         MUIA_InputMode,MUIV_InputMode_Toggle,
  18.         PDA_ControllerButton_Type,0,
  19.         PDA_Descriptor_Text,"Play",
  20.         PDA_DTPic_RegName,"Play",
  21.         PDA_DTPic_AltRegName,"Play",
  22.         MUIA_FixWidth,12,
  23.     End,
  24.  
  25.     Child,mavi/mui/0145_timeslider.mcc,
  26.         MUIA_Frame,MUIV_Frame_Button,
  27.         PDA_MinWidth,80,
  28.         MUIA_Slider_Horiz,TRUE,
  29.         MUIA_FixHeight,11,
  30.         PDA_DTPic_KeyName,"QTMoviePlayerKnob",
  31.         PDA_Descriptor_Text,"Current time",
  32.     End,
  33.     
  34.     Child,mavi/mui/0145_controllerbutton.mcc,
  35.         MUIA_ShortHelp,"Backward one frame or second (progressive)",
  36.         MUIA_Frame,MUIV_Frame_Button,
  37.         MUIA_InputMode,MUIV_InputMode_RelVerify,
  38.         PDA_ControllerButton_Type,3,
  39.         PDA_Descriptor_Text,"Rewind",
  40.         PDA_DTPic_RegName,"Rewind",
  41.         PDA_DTPic_AltRegName,"Rewind",
  42.         MUIA_FixWidth,12,
  43.     End,
  44.  
  45.     Child,mavi/mui/0145_controllerbutton.mcc,
  46.         MUIA_ShortHelp,"Forward one frame or second (progressive)",
  47.         MUIA_Frame,MUIV_Frame_Button,
  48.         MUIA_InputMode,MUIV_InputMode_RelVerify,
  49.         PDA_ControllerButton_Type,2,
  50.         PDA_Descriptor_Text,"Forward",
  51.         PDA_DTPic_RegName,"Forward",
  52.         PDA_DTPic_AltRegName,"Forward",
  53.         MUIA_FixWidth,12,
  54.     End,
  55. End
  56.